home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / os20 / cli / togglewc.readme < prev    next >
Encoding:
Text File  |  1992-08-14  |  911 b   |  25 lines

  1. short: Toggles DOS Wildcard function to accept Asterisks or not.
  2. type: os20
  3. requirements: AmigaOS 2.04
  4. distributability: copyright freely distributable
  5. author: Edward D. Berger eberger@psc.edu
  6.  
  7. ToggleWildCard.doc:
  8. --------------------------------------------------------------------------
  9.     This Program can be started up in your Workbench WBStartup drawer,
  10. or your user-startup file, to allow DOS to accept asterisk as a wild card
  11. character instead of the default #? pattern.  For Compatiblity with Amiga
  12. DOS applications, a single * is not sufficient, you need to use at least
  13. 2 characters such as: a*, b*, c*, or ** when you use the asterisk wildcard.
  14. (A single asterisk is used by AmigaDOS to mean the current console.)
  15.  
  16. Examples:
  17. -------------------------------
  18. 10.System2.0:C> togglewildcard
  19.  
  20. 10.System2.0:C> dir a*
  21.   AddBuffers                       Assign
  22.   Avail
  23.  
  24. 10.System2.0:C> copy ** Commands QUIET
  25.